From 8f51ef2d80d08c2d9ab115e5010b36dd9512d76d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 22 May 2025 18:18:05 -0400 Subject: [PATCH] rust: Also add a feature for v2025_2 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e6a2d3e..13e7968d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" rust-version = "1.77.0" -version = "0.20.1" +version = "0.20.2" include = [ "/COPYING", @@ -102,3 +102,4 @@ v2023_1 = ["v2022_7", "ffi/v2023_1"] v2023_8 = ["v2023_1", "ffi/v2023_8"] v2023_11 = ["v2023_8", "ffi/v2023_11"] v2025_1 = ["v2023_11", "ffi/v2025_1"] +v2025_2 = ["v2025_1", "ffi/v2025_2"] -- 2.30.2